home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
10868
/
10868.xpi
/
chrome
/
sync.jar
/
content
/
fennec-weave-overlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-02
|
713b
|
21 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://weave/content/notification.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://weave/locale/preferences.dtd">
<overlay id="fx-weave-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript"
src="chrome://weave/content/fennec-weave-overlay.js"/>
<commandset id="mainCommandSet">
<command id="cmd_openRemoteTabs" oncommand="WeaveGlue.openRemoteTabs();"/>
</commandset>
<hbox id="tabs-controls">
<toolbarbutton id="openRemoteTabs-button" class="button-image"
disabled="disabled" command="cmd_openRemoteTabs"/>
</hbox>
</overlay>